home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / cellcont / data1.cab / DELPHIDM / UBack.dfm / UBack.txt
Encoding:
Text File  |  1998-11-20  |  1.0 KB  |  47 lines

  1. inherited FBack: TFBack
  2.   Caption = 'Background'
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited Panel1: TPanel
  6.     inherited Cell1: TCell
  7.       ControlData = {
  8.         00000100D8380000BE130000000000000A000000010101010101000101001400
  9.         00000000}
  10.     end
  11.   end
  12.   inherited Panel2: TPanel
  13.     inherited Label1: TLabel
  14.       Top = 8
  15.     end
  16.     inherited RichEdit1: TRichEdit
  17.       Top = 72
  18.       Height = 49
  19.       Lines.Strings = (
  20.         'Cell had 4 styles of background and can'
  21.         'be weave into many kinds of outlook. ')
  22.     end
  23.     object RadioGroup1: TRadioGroup
  24.       Left = 96
  25.       Top = 1
  26.       Width = 337
  27.       Height = 65
  28.       Columns = 3
  29.       Font.Charset = DEFAULT_CHARSET
  30.       Font.Color = clWindowText
  31.       Font.Height = -16
  32.       Font.Name = 'MS Sans Serif'
  33.       Font.Style = []
  34.       ItemIndex = 1
  35.       Items.Strings = (
  36.         'Dashed'
  37.         'Real'
  38.         'Sunken'
  39.         'Extrude'
  40.         'Black')
  41.       ParentFont = False
  42.       TabOrder = 2
  43.       OnClick = RadioGroup1Click
  44.     end
  45.   end
  46. end
  47.